Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quarkus.version from 2.4.2.Final to 2.5.2.Final #19

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps quarkus.version from 2.4.2.Final to 2.5.2.Final.
Updates quarkus-bom from 2.4.2.Final to 2.5.2.Final

Release notes

Sourced from quarkus-bom's releases.

2.5.1.Final

Complete changelog

  • #21820 - Move quarkus-devtools-testing to the quarkus-bom as it's used for extension dev
  • #21813 - Updated SmallRye OpenAPI to 2.1.16
  • #21804 - Bump gizmo from 1.0.9.Final to 1.0.10.Final
  • #21797 - Base64 encode correctly in mock event server
  • #21787 - Qute type-safe validation - honor the TemplateAttribute annotations
  • #21786 - Prevent ugly exceptions when shutting down lambda application in dev-mode
  • #21783 - Fix GraalVM version pattern matching and add test for isJava17
  • #21779 - Qute unable to find template extension methods with @​TemplateAttribute annotation
  • #21778 - Resteasy Reactive: Inspect class tree for @​BeanParam to find annotations
  • #21773 - Dev UI - fix config namespace resolver
  • #21764 - Add import to docs
  • #21763 - Fix exception wrapping issue with SecurityHandler
  • #21759 - BeanParam extending another class fails in RESTClient
  • #21755 - Using Kotlin guide test fail
  • #21753 - Fix Reactive Messaging build time wiring connector attribute types
  • #21744 - Take multiple Accept headers case into account in RESTEasy Reactive
  • #21737 - Qute documentation: removed incorrect static keyword
  • #21733 - Qute namespace extensions - fix a NPE when a param resolves to null
  • #21728 - Fix rest client invalid config message
  • #21725 - Take into account entity-PU assignments in Hibernate ORM even if there is only one PU
  • #21714 - Fix IndexOutOfBoundsException in Qute DevUI
  • #21713 - java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  • #21710 - Get OIDC recover from the connection failure if the discovery is disabled
  • #21709 - Rest client config - avoid warnings about unrecognized config keys
  • #21708 - quarkus.rest-config instead of quarkus.rest-client
  • #21706 - Startup fails if OIDC provider is not available
  • #21705 - Qute Dev UI - fix the preview page
  • #21698 - Quarkus throws warnings about quarkus.rest-client configuration after #21530
  • #21695 - Resteasy Reactive: Use uri.getRawQuery instead of uri.getQuery
  • #21692 - Copy default methods of a RestClient Reactive interface to the generated class
  • #21691 - Cannot resolve config property referenced in dev-console card template
  • #21689 - Resteasy Reactive - Avoid NPE when using runtime converters
  • #21682 - quarkus.hibernate-orm.packages not working
  • #21679 - @​RolesAllowed wrap all exception with RuntimeException of asynchronous rest client when CompletionStage is not created
  • #21674 - interceptor bound to a non-RestClient method on a RestClient interface is not called with RestClient Reactive
  • #21673 - Propagate the Maven settings argument when testing codestart-generated projects
  • #21670 - Upgrade to MySQL JDBC driver 8.0.27
  • #21669 - Upgrade to MySQL JDBC driver 8.0.27
  • #21668 - Remove dot from guide title
  • #21667 - Spring Data: Fix interface projection using Page and Slice
  • #21665 - Set produced Logger as DefaultBean
  • #21664 - Resteasy Reactive - Using BeanParam with custom paramconverter throws NPE
  • #21662 - Fixed azure config function.json file to be properly handled by the Azure functions http maven archetype
  • #21655 - Fix InputStream handling as Response entity in RESTEasy Classic
  • #21640 - Ensure that Derby Dev Services works properly
  • #21639 - Devservices derby doesn't start because of missing resource bundle

... (truncated)

Commits
  • 3d0526b [RELEASE] - Bump version to 2.5.2.Final
  • 1e34199 Make all config properties editable
  • 286b3ba Merge pull request #22087 from gsmet/2.5.2-backports-2
  • 41ef349 Register derby resource bundler in native mode
  • 76ce2d2 Fix native-image arguments generation for native-sources package type
  • deb3709 Fix DevServices for Keycloak loading the realm file from the file system
  • 2a48003 Merge pull request #22060 from gsmet/2.5.2-backports-1
  • 881dc4b Instruct how to publish extensions to the registry
  • c4a7a86 Fix RESTEasy Reactive endpoint scores template
  • 7d35643 Support media type suffixes in reactive rest client
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.4.2.Final to 2.5.2.Final

Updates quarkus-bootstrap-maven-plugin from 2.4.2.Final to 2.5.2.Final

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `quarkus.version` from 2.4.2.Final to 2.5.2.Final.

Updates `quarkus-bom` from 2.4.2.Final to 2.5.2.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.4.2.Final...2.5.2.Final)

Updates `quarkus-maven-plugin` from 2.4.2.Final to 2.5.2.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.4.2.Final to 2.5.2.Final

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-bootstrap-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2021
@zhfeng zhfeng merged commit d3d65ee into main Dec 15, 2021
@zhfeng zhfeng deleted the dependabot/maven/quarkus.version-2.5.2.Final branch December 15, 2021 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant